/* ----------- Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/*
.desktop_menu{
	display:none;
}

.mob_menu{
	display:block;
}
*/

/* -------------- Right Sidebar ----- START -------------- */

.sidebar_div > ul > li > a > img {
	width: 100%;
	height: 100%;
}
/* -------------- Right Sidebar ----- END -------------- */



}

/* ----------- Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/*
.desktop_menu{
	display:block;
}

.mob_menu{
	display:none;
}
*/

/* -------------- Right Sidebar ----- START -------------- */

.sidebar_div > ul > li > a > img {
	width: auto;
	height: 100%;
}
/* -------------- Right Sidebar ----- END -------------- */









}

/* ----------- Tabs ----------- */
@media only screen and (max-width: 500px) {

}

/* ----------- Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}